using System;
using Object = UnityEngine.Object;

namespace MagicaCloth
{
    public interface IDataHash
    {
        int GetDataHash();
    }
}